home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Add-On
/
Workbench Add-On - Volume 1.iso
/
Gfx
/
Conv
/
GfxCon
/
Install
< prev
next >
Wrap
Text File
|
1995-11-24
|
709b
|
34 lines
(if (= @language "deutsch")
(
(SET Intro "Wilkommen zum Installer-Script für GfxCon")
(SET Where "Wohin soll das GfxCon Paket hinkopiert werden ? Es wir ein Verzeichnis namens GfxCon angelegt")
)
)
(if (= @language "english")
(
(SET Intro "Welcome to the installer-script for GfxCon")
(SET Where "Where do wou want to place the GfxCon packet ? A drawer called GfxCon will be created")
)
)
(MESSAGE Intro)
(SET Wuerg
(ASKDIR
(PROMPT Where)
(DEFAULT "sys:")
(HELP "")
)
)
(SET Mama (TACKON Wuerg "GfxCon"))
(RUN (CAT "makedir \""Mama"\""))
(COPYFILES
(SOURCE ":Gfx/Conv/GfxCon/")
(DEST Mama)
(INFOS)
(ALL)
)